home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- cursor(280)
- set the member of sprite the currentSpriteNum to "help.roll"
- set the text of field "rollover text" to "Click here to view more information about this store."
- end
-
- on mouseLeave me
- cursor(-1)
- set the member of sprite the currentSpriteNum to "help"
- set the text of field "rollover text" to " "
- end
-
- on mouseDown me
- if the visible of sprite 70 = 0 then
- set the visible of sprite 70 to 1
- set the visible of sprite 71 to 1
- else
- set the visible of sprite 70 to 0
- set the visible of sprite 71 to 0
- end if
- set the member of sprite the currentSpriteNum to "help.press"
- end
-
- on mouseUp me
- set the member of sprite the currentSpriteNum to "help.roll"
- end
-
- on getBehaviorDescription
- return "Toggles the help screen."
- end
-